projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7410477
)
(Fgarbage_collect): Save echo_area_glyphs_length.
author
Karl Heuer
<kwzh@gnu.org>
Thu, 10 Feb 1994 00:35:15 +0000
(
00:35
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 10 Feb 1994 00:35:15 +0000
(
00:35
+0000)
src/alloc.c
patch
|
blob
|
history
diff --git
a/src/alloc.c
b/src/alloc.c
index dffff224d5056f69c350f5b4d07cbe8b2ccfb007..f7544ab0b7c684497f908028b38084ba7171e548 100644
(file)
--- a/
src/alloc.c
+++ b/
src/alloc.c
@@
-1232,6
+1232,7
@@
Garbage collection happens automatically if you cons more than\n\
register struct backtrace *backlist;
register Lisp_Object tem;
char *omessage = echo_area_glyphs;
+ int omessage_length = echo_area_glyphs_length;
char stack_top_variable;
register int i;
@@
-1374,7
+1375,7
@@
Garbage collection happens automatically if you cons more than\n\
gc_cons_threshold = 10000;
if (omessage || minibuf_level > 0)
- message
1 (omessage
);
+ message
2 (omessage, omessage_length
);
else if (!noninteractive)
message1 ("Garbage collecting...done");